home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / comms / hs_inst3.arj / HS-WC26.ARJ / HS-D.BAT < prev    next >
DOS Batch File  |  1993-08-25  |  807b  |  19 lines

  1. :         External Protocol Download Example
  2. :
  3. :         The batch files controlling both downloads and uploads must be
  4. :         located in the external protocol directory as specified in
  5. :         MAKEWILD.
  6. :
  7.           CD \WILDCAT\EP
  8. :                                  makes sure that we are in the external
  9. :                                  protocol directory.
  10. :
  11.           HSLINK -P%2 -B%1 %3 %4 %5 %6 %7 %8 %9
  12. :                                  starts the HSLINK program and tells it
  13. :                                  which port, speed and the filenames
  14. :                                  to use
  15. :
  16.           IF ERRORLEVEL 1 COPY ALL.OK TRANSFER.BAD
  17. :                                  test for standard "aborted"
  18. :                                  errorlevel to indicate bad transfer
  19.